home *** CD-ROM | disk | FTP | other *** search
/ How to Handle Conflict & Confrontation / How to Handle Conflict & Confrontation.iso / Install / program files / NatSem.exe / 0 / RCDATA / TINITDIALOG / TINITDIALOG.txt
Encoding:
Text File  |  2001-11-13  |  810 b   |  40 lines

  1. object InitDialog: TInitDialog
  2.   Left = 426
  3.   Top = 197
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'InitDialog'
  7.   ClientHeight = 209
  8.   ClientWidth = 306
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Background: TGIFImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 300
  25.     Height = 200
  26.     Animate = False
  27.     AutoSize = True
  28.     Center = False
  29.     FirstImageOnly = False
  30.     Graphic = Background
  31.     Loop = False
  32.     Opaque = False
  33.     Stretch = False
  34.     StretchRatio = False
  35.     StretchBigOnly = False
  36.     Tile = False
  37.     Threaded = False
  38.   end
  39. end
  40.